home *** CD-ROM | disk | FTP | other *** search
- package Box2D.Collision
- {
- import Box2D.Common._kc225;
-
- public class _yl661
- {
- public static var b2_nullPair:uint = _kc225.USHRT_MAX;
-
- public static var b2_nullProxy:uint = _kc225.USHRT_MAX;
-
- public static var b2_tableCapacity:int = _kc225.b2_maxPairs;
-
- public static var b2_tableMask:int = b2_tableCapacity - 1;
-
- public static var e_pairBuffered:uint = 1;
-
- public static var e_pairRemoved:uint = 2;
-
- public static var e_pairFinal:uint = 4;
-
- public var proxyId1:uint;
-
- public var proxyId2:uint;
-
- public var next:uint;
-
- public var userData:* = null;
-
- public var status:uint;
-
- public function _yl661()
- {
- userData = null;
- super();
- }
-
- public function _wj324() : Boolean
- {
- return (status & e_pairFinal) == e_pairFinal;
- }
-
- public function _pc218() : Boolean
- {
- return (status & e_pairBuffered) == e_pairBuffered;
- }
-
- public function _mv430() : void
- {
- status &= ~e_pairRemoved;
- }
-
- public function _mu276() : Boolean
- {
- return (status & e_pairRemoved) == e_pairRemoved;
- }
-
- public function _pa607() : void
- {
- status |= e_pairFinal;
- }
-
- public function _lu469() : void
- {
- status |= e_pairRemoved;
- }
-
- public function _bo405() : void
- {
- status |= e_pairBuffered;
- }
-
- public function _wp583() : void
- {
- status &= ~e_pairBuffered;
- }
- }
- }
-
-